gtk: Define the GtkListItemFactory autocleanup func
authorAdrien Plazas <kekun.plazas@laposte.net>
Mon, 28 Jun 2021 12:00:33 +0000 (14:00 +0200)
committerAdrien Plazas <kekun.plazas@laposte.net>
Mon, 28 Jun 2021 12:01:57 +0000 (14:01 +0200)
gtk/gtk-autocleanups.h

index d77b440f9da4db6ee0adfd3466186eaea7d6fb53..3ee5d261a545448cf584a012c495748436f5f405 100644 (file)
@@ -100,6 +100,7 @@ G_DEFINE_AUTOPTR_CLEANUP_FUNC(GtkInfoBar, g_object_unref)
 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GtkLevelBar, g_object_unref)
 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GtkLinkButton, g_object_unref)
 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GtkListItem, g_object_unref)
+G_DEFINE_AUTOPTR_CLEANUP_FUNC(GtkListItemFactory, g_object_unref)
 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GtkListStore, g_object_unref)
 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GtkLockButton, g_object_unref)
 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GtkMenuButton, g_object_unref)